home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3614 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: access1.digex.net!not-for-mail
  2. From: ell@access1.digex.net (Ell)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: First C++ Program.......
  5. Date: 25 Jan 1996 03:02:59 GMT
  6. Organization: The Universe
  7. Message-ID: <4e6rt3$alh@news4.digex.net>
  8. References: <4e5qeu$7f0@server1.ctc.com>
  9. NNTP-Posting-Host: access1.digex.net
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. The book Object-Oriented Analysis and Design by Grady Booch has an 
  13. excellent C++ example of a data acquisition system.  Most of the code 
  14. for the system is in the book.
  15.  
  16. Elliott
  17.  
  18. Michael D. Aesoph (aesoph@ctc.com) wrote:
  19. : Dear Collective:
  20. :      I an a C programmer that has recently been tasked to do some 
  21. : programming in C++.  Virtually all of my work involves data acquisition 
  22. : of some kind and I normally use National Instrument's LabWindows/CVI as 
  23. : my programming environment.  In standard programming, things are 
  24. : relatively simple...  Configure data acquisition, acquire data, plot 
  25. : data, analyze data, save data, etc. etc.  Now, in C++, there's all this 
  26. : talk about classes, objects, and other things.  The project manager wants 
  27. : a "sensor" class....  OK, where's the link???  I still have to do all of 
  28. : the tasks mentioned before, but embedded apparently in a class????  
  29. : Please advise..  I know that this is the classic stumbling block for 
  30. : beginning C++ programmers, so don't make fun of me!!!!
  31. :                                      Michael D. Aesoph
  32.